Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, trying to fix an old AutoLISP script that works up to AutoCAD 2010. On newer AutoCAD versions tried to debug it with Visual Studio Code v1.97 and stops with exception on this line:
(command "layer" "s" "DIM" "" "dim" "hor" p2 p3 y1_dim strem "dim" "hor" p9 p10 y2_dim "" "cont" p11 "" "exit" )
The problem is that Visual Studio Code writes that there is an exception on this line without anymore explanation why there is an exception. Do you have an idea why this exception may happen?
Solved! Go to Solution.